home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 March / PCnet 2006-06.3.iso / Apps / Flash / FDBuilder1160CNET.exe / CDTools / startup.swf / scripts / DefineSprite_42 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-09-25  |  299 b   |  20 lines

  1. function rand(maxnum)
  2. {
  3.    return Math.round(Math.random() * maxnum);
  4. }
  5. function smokeCheck()
  6. {
  7.    cek++;
  8.    if(cek >= dustcount)
  9.    {
  10.       fin = true;
  11.    }
  12. }
  13. cek = 0;
  14. fin = false;
  15. roomHeight = this._height;
  16. roomWidth = this._width;
  17. _xscale = 100;
  18. _yscale = 100;
  19. gotoAndPlay(2);
  20.